go.pact.im/x/supervisor.supervisorInterrupter.done (field)

4 uses

	go.pact.im/x/supervisor (current package)
		interrupt.go#L11: 	done   chan struct{}
		interrupt.go#L30: 		close(s.done)
		supervisor.go#L94: 		done:   make(chan struct{}),
		supervisor.go#L138: 			case <-intr.done: